home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 October
/
Designer's Club 1998 October.iso
/
pc
/
Idea Source
/
teaser.dir
/
00050_Script_50
< prev
next >
Wrap
Text File
|
1998-08-21
|
422b
|
24 lines
on exitFrame
global release
if release=1 then
if not soundbusy(4) then
if the timer > 10*60 then
sound stop 1
go movie "main"
end if
end if
end if
if soundbusy (3) then
nothing
else
set the visible of sprite 10 to true
end if
if soundbusy (4) then
nothing
else
set the visible of sprite 11 to true
end if
end